home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / qhlpc.zip / QHLPC.ZIP / QH.BAT next >
DOS Batch File  |  1993-03-01  |  917b  |  26 lines

  1. echo off
  2. cls
  3.  
  4. :                            Qh.Bat, 01 Mar 93, Rhg
  5. :                      Boot QEdit (R) for Hypertext Help
  6.  
  7. :                      Use Qhm.Bat, instead of this file,
  8. :               if you wish to also install the QM mouse driver.
  9. :           The QM mouse driver is normally supplied with QEdit (R).
  10. :        QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
  11.  
  12. :   QM  FLAG... Mouse driver NOT installed FLAG... used by QhS.BAT
  13. set QMF=0
  14.  
  15. :   QHelpC HOT KEYS:
  16. :   ALT H=HYPER,  ALT L=Contex HYPER ( /k=35,38,08 )
  17. :                                               V-- Q editor file name
  18. QHelpC /m=C:\QHelpC\QHelpC.H! /q /k=35,38,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
  19. :         ^^^^^^^^^ = LOCATION of the QHelpC.H! file
  20. set QMF=
  21. goto END
  22.  
  23. :END
  24. :           This batch file assumes the QEdit editor file name is 'Q'
  25. :                       If NOT, change file name, above.
  26.